Move back resources/ustom-elements-helpers.js into custom-elements/resources/custom-elements-helpers.js after darsh7807 (#14295) This file has no business being in the top-level resources directory.
diff --git a/custom-elements/throw-on-dynamic-markup-insertion-counter-reactions.html b/custom-elements/throw-on-dynamic-markup-insertion-counter-reactions.html index addcdf3..9dccd4c 100644 --- a/custom-elements/throw-on-dynamic-markup-insertion-counter-reactions.html +++ b/custom-elements/throw-on-dynamic-markup-insertion-counter-reactions.html
@@ -8,7 +8,7 @@ <meta name="help" content="https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#throw-on-dynamic-markup-insertion-counter"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> -<script src="/resources/custom-elements-helpers.js"></script> +<script src="./resources/custom-elements-helpers.js"></script> </head> <body> <div id="log"></div>